|
In mathematics, the discrete Poisson equation is the finite difference analog of the Poisson equation. In it, the discrete Laplace operator takes the place of the Laplace operator. The discrete Poisson equation is frequently used in numerical analysis as a stand-in for the continuous Poisson equation, although it is also studied in its own right as a topic in discrete mathematics. ==On a two-dimensional rectangular grid== Using the finite difference numerical method to discretize the 2-dimensional Poisson equation (assuming a uniform spatial discretization, ) on an ''m'' × ''n'' grid gives the following formula:〔.〕 : where and . The preferred arrangement of the solution vector is to use natural ordering which, prior to removing boundary elements, would look like: : This will result in an ''mn'' × ''mn'' linear system: : where : is the ''m'' × ''m'' identity matrix, and , also ''m'' × ''m'', is given by: : 〔Golub, Gene H. and C. F. Van Loan, ''Matrix Computations, 3rd Ed.'', The Johns Hopkins University Press, Baltimore, 1996, pages 177–180.〕 and is defined by : For each equation, the columns of correspond to a block of components in : : while the columns of to the left and right of each correspond to other blocks of components within : : and : respectively. From the above, it can be inferred that there are block columns of in . It is important to note that prescribed values of (usually lying on the boundary) would have their corresponding elements removed from and . For the common case that all the nodes on the boundary are set, we have and , and the system would have the dimensions (''m'' − 2)(''n'' − 2) × (''m'' − 2)(''n'' − 2), where and would have dimensions (''m'' − 2) × (''m'' − 2). 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Discrete Poisson equation」の詳細全文を読む スポンサード リンク
|